@charset "UTF-8";

/*GJ-UI前端组件-自定义样式表*/
body {
    padding-bottom: 50px;
}

.gj-tl {
    padding: 10px 0;
}

.gj-tl .gj-bt {
    text-align: center;
    margin-bottom: 20px;
}

.gj-tl .gj-bt h2 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto 10px;
}

.gj-tl .gj-bt p {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.gj-bg-bs {
    background-image:url(/common/static/guojian/images/beijing.png)
}

.gj-bg-hs {
    background-color: #f5f5f5;
}

.top-img {
    position: relative;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.top-img h2 {
    font-size: 2.2rem;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 0;
    font-weight: 500;
}

.gj-nav3 .navb-top {
    background-color: #f5f5f5;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.gj-nav3 .navb-top .top-text {
    margin: 0 auto;
}

.gj-nav3 .navb-top .top-text .gj-right span {
    margin-right: 1rem;
}

.gj-nav3 .navb-top .top-text .gj-right a {
    margin: 0 5px;
}

.gj-nav3 .navb-top .top-text .gj-right a:first-child {
    color: crimson;
}

.gj-nav3 .navb-top .top-text .gj-right a i.fa-qq {
    color: #337ab7;
}

.gj-nav3 .navb-top .top-text .gj-right .top-wx {
    position: relative;
    display: inline-block;
    color: green;
}

.gj-nav3 .navb-top .top-text .gj-right .top-wx img {
    position: absolute;
    z-index: 1030;
    width: 100px;
    left: -40px;
    top: 30px;
    border: 1px solid #ddd;
    border-top: 0;
    display: none;
}

.gj-nav3 .navb-top .top-text .gj-right .top-wx:hover {
    cursor: pointer;
}

.gj-nav3 .navb-top .top-text .gj-right .top-wx:hover img {
    display: block;
}

.gj-nav3 .nav-navb {
    background-color: #fff;
    /* height: 50px; */
    /* line-height: 50px; */
    width: 100%;
}

.gj-nav3 .nav-navb .navb {
    margin: 0 auto;
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.gj-nav3 .nav-navb .navb .gbar i {
    float: right;
    font-size: 1.8rem;
    border: 1px solid #999;
    padding: 5px 10px;
    margin: 10px;
    cursor: pointer;
    color: #666;
}

.gj-nav3 .nav-navb .navb .gbar:hover i {
    color: #000;
    border-color: #222;
}

.gj-nav3 .nav-navb .navb .gj-left {
    height: -webkit-fill-available;
}

.gj-nav3 .nav-navb .navb img.logo {
    height: 35px;
    width: auto;
    margin-left: 5px;
}

.gj-nav3 .nav-navb .navb h3 {
    width: 100%;
    font-size: 28px;
    margin: 2px 0 0 10px;
}

.gj-nav3 .nav-navb .navb .gj-right {
    padding-top: 1rem;
}

.gj-nav3 .nav-navb .navb .gj-right p {
    line-height: 2.2rem;
    height: 2.2rem;
    margin: 10px 0;
}

.gj-nav3 .nav-navb .navb .gj-right i {
    font-size: 1.8rem;
}

.gj-nav3 .nav-navb .navb .gj-right span {
    font-size: 1.8rem;
    margin-left: 1rem;
}

.gj-nav3 .gj-menu {
    width: 100%;
    background-color: #333;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    clear: both;
    position: fixed;
    top: 75px;
    display: none;
    z-index: 999;
}

.gj-nav3 .gj-menu .menu {
    margin: 0 auto;
    height: auto;
}

.gj-nav3 .gj-menu .menu ul li {
    list-style: none;
    height: auto;
    width: 100%;
    display: block;
}

.gj-nav3 .gj-menu .menu ul li a {
    color: #fff;
    font-size: 1.5rem;
    width: 100%;
    display: block;
    padding: 0 20px;
    line-height: 50px;
    height: 50px;
    text-align: left;
    -webkit-transition: all 0s;
    transition: all 0s;
}

.gj-nav3 .gj-menu .menu ul li.gxz>a {
    background-color: #000;
}

.gj-nav3 .gj-menu .menu ul>li:hover {
    background-color: #000;
}

.gj-nav3 .gj-menu .menu .gj-ss1 {
    width: 100%;
    margin-top: 4px;
    display: block;
    padding: 2px 10px 10px;
}

.gj-nav3 .gj-menu .menu .gj-ss1 button {
    background-color: #000;
    color: #ddd;
}

.gj-nav3 .gj-menu .menu .gj-ss1 button:hover {
    color: #fff;
}

.gj-nav3 .gj-menu .menu ul li.jnav ul {
    top: 50px;
    background-color: #333;
    z-index: 1030;
}

.gj-nav3 .gj-menu .menu ul li.jnav ul li {
    display: block;
    width: 100%;
}

.gj-nav3 .gj-menu .menu ul li.jnav ul li a {
    font-size: 1.4rem;
    padding: 0 40px;
}

.footer {
    text-align: center;
    background-color: #f5f5f5;
}

.footer p {
    margin-bottom: 5px;
    font-size: 12px;
}

.footer p a {
    color: #333;
    font-size: 12px;
}

nav.bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #ddd;
    z-index: 999;
    background-color: #fff;
}

nav.bottom-menu ul li {
    float: left;
    width: 25%;
    text-align: center;
    list-style: none;
    padding: 5px 0;
    cursor: pointer;
    color: #666;
    font-size: 12px;
}

nav.bottom-menu ul li a {
    font-size: 12px;
}

nav.bottom-menu ul li i {
    display: block;
    font-size: 18px;
    margin-bottom: 3px;
}

.gj-slide2 .swiper-container .swiper-wrapper .swiper-slide img:hover {
    cursor: move;
}

.gj-slide2 .swiper-container .btn {
    display: none;
    background-image: none;
}

.gj-slide2 .swiper-container .btn i {
    color: #ddd;
    -webkit-text-shadow: 0 0 5px #000;
    text-shadow: 0 0 5px #000;
}

.gj-slide2 .swiper-container .btn:hover i {
    color: #fff;
}

.gj-slide2 .swiper-container .swiper-pagination-bullet {
    width: 30px;
    border-radius: 3px;
    height: 6px;
    background-color: #000;
    opacity: .3;
    cursor: pointer;
}

.gj-slide2 .swiper-container .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}

.gj-slide2 .swiper-container .swiper-slide img {
    max-width: 100%;
    display: block;
    height: auto;
    margin: 0 auto;
}

.gj-about .text {
    padding: 10px 0;
    margin: 10px 10px;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
}

.gj-about .text h3 {
    font-size: 1.8rem;
    font-weight: 400;
}

.gj-about .text p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 20px 0;
    text-align: justify;
}

.gj-about .text a {
    margin-bottom: 10px;
    padding: 8px 20px;
    border-radius: 50px;
    color: #fff;
    background-color: #666;
}

.gj-about .text a:hover {
    background-color: #222;
}

.gj-about .about-img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.gj-about .about-img img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.gj-about .about-img .img1 {
    top: 10px;
    right: 10px;
    z-index: 444;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.gj-about .about-img .img2 {
    top: 0;
    right: 0;
    z-index: 333;
}

.gj-product .product .lis {
    margin: 5px auto;
    list-style: none;
    display: inline-block;
    background-color: #fff;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.gj-product .product .lis img {
    max-width: 100%;
    height: auto;
    display: block;
}

.gj-product .product .lis h4 {
    font-size: 14px;
    font-weight: 400;
    margin: 5px auto;
}

.gj-product .product .lis p {
    font-size: 12px;
    margin-bottom: 10px;
    color: firebrick;
}

.gj-product .product .lis:hover h4 {
    color: #000;
}

.gj-product .product .lis:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.gj-news .news {
    overflow: hidden;
}

.gj-news .news .lis {
    background-color: #fff;
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}

.gj-news .news .lis .img {
    width: 30%;
    float: left;
}

.gj-news .news .lis .img img {
    max-width: 100%;
}

.gj-news .news .lis .text {
    width: 65%;
    float: left;
    margin-left: 10px;
}

.gj-news .news .lis .text a {
    display: block;
}


.gj-news .news .lis .text h3 {
    margin: 5px 0;
    font-weight: 500;
    font-size: 14px;
    color: #333;
}

.gj-news .news .lis .text p {
    margin-bottom: 5px;
    font-size: 12px;
    text-align: justify;
}

.gj-news .news .lis .text span {
    color: #999;
    float: right;
    margin-left: 10px;
    font-size: 1rem;
}

.gj-news .more {
    display: block;
    text-align: center;
    margin: 20px auto;
}

.gj-news .more a {
    padding: 3px 10px;
    font-size: 12px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
}

.gj-news .more a:hover {
    background-color: #eee;
}

.gj-anli .swiper-slide {
    width: 100%;
}

.gj-anli .ul-mt2 .cul {
    text-align: center;
}

.gj-anli .ul-mt2 .cul a{
    display: block;
}

.gj-anli .ul-mt2 .cul h4 {
    margin: 5px 20px 0;
}

.gj-anli .ul-mt2 .cul p {
    height: auto;
    margin: 0 20px 5px;
    text-align: justify;
    overflow: auto;
    padding-bottom: 5px;
}

.gj-anli .botm {
    text-align: center;
    margin: 1rem auto;
    height: 25px;
    line-height: 25px;
}

.gj-anli .botm .btn {
    background-image: none;
    position: static;
    display: inline-block;
    width: 50px;
    height: auto;
    border: 1px solid #999;
    color: #666;
    background-color: #eee;
}

.gj-anli .botm .more {
    display: inline-block;
    width: 80px;
    height: 27px;
    border: 1px solid #999;
    margin: 0 5px;
}

.gj-anli .botm .more a {
    font-size: 12px;
}

.gj-anli .botm .btn:hover,
.gj-anli .botm .more:hover {
    background-color: #ddd;
    color: #222;
}

.gj-join-us .join form,
.gj-join-us .join .text,
.gj-join-in .join form,
.gj-join-in .join .text {
    padding: 0px;
    margin: 10px 0;
}

.gj-join-us .join form .in-bt span,
.gj-join-in .join form .in-bt span {
    font-size: 1.4rem;
}

.gj-join-us .join form .in-bt select,
.gj-join-in .join form .in-bt select {
    padding: 5px;
    font-size: 1.4rem;
    display: inline-block;
    width: 50%;
    height: 32px;
    color: #666;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.gj-join-us .join form .in-bt,
.gj-join-us .join .bd,
.gj-join-in .join form .in-bt,
.gj-join-in .join .bd {
    margin-bottom: 0.5rem;
}

.gj-join-us .join form input,
.gj-join-us .join form textarea,
.gj-join-in .join form input,
.gj-join-in .join form textarea {
    padding: 5px 5px;
    font-size: 1.4rem;
    display: block;
    width: 100%;
    color: #666;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.gj-join-us .join form textarea,
.gj-join-in .join form textarea {
    height: 10rem;
    resize: none;
}

.gj-join-us .join form button,
.gj-join-in .join form button {
    display: block;
    width: 100%;
    padding: 5px 0;
    font-size: 1.4rem;
    line-height: 1.3333333;
    color: #fff;
    background-color: #999;
    border-color: #666;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.gj-join-us .join form button:hover,
.gj-join-in .join form button:hover {
    background-color: #666;
}

.gj-join-us .join .text .tr-top,
.gj-join-in .join .text .tr-top {
    padding: 1rem;
    background-color: #f5f5f5;
    text-align: center;
}

.gj-join-us .join .text .tr-top h1,
.gj-join-in .join .text .tr-top h1 {
    font-size: 2rem;
    margin: 0 0 1rem;
}

.gj-join-us .join .text .tr-top h2,
.gj-join-in .join .text .tr-top h2 {
    font-size: 1.6rem;
    margin: 10px 0;
}

.gj-join-us .join .text .tr-top p,
.gj-join-in .join .text .tr-top p {
    font-size: 1.4rem;
    margin: 1rem 0;
}

.gj-join-us .join .text .tr-top h3,
.gj-join-in .join .text .tr-top h3 {
    font-size: 1.6rem;
    margin: 1rem 0 0;
}

.gj-join-us .join .text .tr-bottom,
.gj-join-in .join .text .tr-bottom {
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 1.3rem;
    margin: 1rem 0 0;
}

.gj-join-us .join .text .tr-bottom img,
.gj-join-in .join .text .tr-bottom img {
    width: 120px;
    display: block;
    box-shadow: 0 0 10px #ddd;
    margin: 0 auto;
}

.gj-join-us .join .text .tr-bottom ul,
.gj-join-in .join .text .tr-bottom ul {
    margin: 0.5rem 1rem;
    display: inline-block;
}

.gj-join-us .join .text .tr-bottom ul li,
.gj-join-in .join .text .tr-bottom ul li {
    line-height: 2rem;
    list-style: none;
}

.gj-contact {
    padding: 10px 0;
    background-color: #333;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    color: #fff;
}

.gj-contact .contact .lis1,
.gj-contact .contact .lis2,
.gj-contact .contact .lis3 {
    padding: 0;
}

.gj-contact .contact .lis1 img {
    height: 60px;
    width: auto;
    display: block;
    margin-left: 1rem;
}

.gj-contact .contact .lis1 p {
    color: #ddd;
    margin: 1.5rem 1rem;
    font-size: 1.4rem;
    text-align: justify;
}

.gj-contact .contact .lis1 a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ddd;
    border: 1px solid #ddd;
    border-radius: 100%;
    margin-left: 1rem;
}

.gj-contact .contact .lis1 a i {
    font-size: 1.6rem;
}

.gj-contact .contact .lis1 a:hover {
    color: #fff;
    border-color: #fff;
}

.gj-contact .contact h4.bt {
    width: 120px;
    margin: 0 auto 0.5rem;
    padding: 5px 0;
    font-size: 1.4rem;
    font-weight: 300;
    text-align: center;
    background-color: #252525;
    border-radius: 30px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .1);
}

.gj-contact .contact .lis2 ul li {
    margin: 5px 5px 0;
    list-style: none;
    display: inline-block;
}

.gj-contact .contact .lis2 ul li a {
    font-size: 1.2rem;
    color: #ddd;
}

.gj-contact .contact .lis2 ul li a:hover {
    color: #fff;
}

.gj-contact .contact .lis3 ul {
    text-align: center;
}

.gj-contact .contact .lis3 ul li {
    list-style: none;
    display: inline-block;
    margin: 1rem 1rem 0;
}

.gj-contact .contact .lis3 ul li img {
    width: 130px;
    border: 1px solid #000;
}

.gj-contact .contact .lis3 ul li p {
    color: #eee;
    margin: 5px 0;
}

.gj-service {
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 1030;
    margin-top: -125px;
    background-color: #222;
    border: 1px solid #000;
}

.gj-service ul li {
    list-style: none;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #eee;
    cursor: pointer;
}

.gj-service ul li a {
    color: #eee;
}

.gj-service ul li i {
    font-size: 2rem;
}

.gj-service ul li.top {
    padding: 8px 6px 0;
    display: block;
    line-height: 16px;
    letter-spacing: 1px;
}

.gj-service ul li:hover {
    background-color: #000;
    color: #fff;
}

.gj-service ul li:hover a {
    color: #fff;
}

.gj-service ul li.wx {
    position: relative;
}

.gj-service ul li.wx img {
    position: absolute;
    right: 55px;
    top: -50px;
    width: 120px;
    display: none;
    border: 1px solid #ddd;
    background-color: #fff;
}

.gj-service ul li.wx:hover img {
    display: block;
}

.gj-service li.color {
    position: relative;
}

.gj-service li.color .gj-col {
    position: absolute;
    right: 50px;
    top: 0px;
    width: 220px;
    height: auto;
    background-color: rgba(255, 255, 255, .8);
    color: #666;
    text-align: left;
    z-index: 999;
    display: none;
    box-shadow: 0 1px 3px #222;
}

.gj-service li.color .gj-col span.c-yh {
    width: 100%;
}

.gj-service li.color .gj-col span.c-yh i {
    color: #222;
}

.gj-service li.color .gj-col span.c-ml i {
    color: #009688;
}

.gj-service li.color .gj-col span.c-sl i {
    color: #337ab7;
}

.gj-service li.color .gj-col span.c-hs i {
    color: #d9534f;
}

.gj-service li.color .gj-col span.c-cs i {
    color: #f09c24;
}

.gj-service li.color .gj-col span {
    width: 110px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    float: left;
    text-align: center;
}

.gj-service li.color .gj-col span:hover {
    background-color: #eee;
}

.gj-service li.color:hover .gj-col {
    display: block;
}

.page-content {
    padding: 10px;
    margin-bottom: 10px;
}

.page-content p {
    font-size: 1.4rem;
    padding: 6px 0;
    margin: 0 auto;
    line-height: 160%;
    text-align: justify;
    color: #2a2a2a;
}

.page-content p img {
    max-width: 100%;
    height: auto;
    display: block;
    padding: 3px;
    border: 1px solid #ddd;
    margin: 0 auto;
    background-color: #fff;
}

.page-content h3 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.gj-message {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    top: 0px;
    left: 0px;
    z-index: 1030;
    display: none;
    background-color: rgb(0, 0, 0, .6);
}

.gj-message .form {
    width: 90%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-left: 5%;
    margin-top: -167px;
    border: 1px solid #000;
    -webkit-box-shadow: 0 0px 20px #000;
    box-shadow: 0 0px 20px #000;
}

.gj-message .form .form-bt {
    text-align: center;
    background-color: #222;
    border-bottom: 1px solid #000;
    position: relative;
    height: 30px;
    line-height: 30px;
}

.gj-message .form .form-bt h4 {
    font-size: 15px;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

.gj-message .form .form-bt i {
    position: absolute;
    right: 6px;
    top: 6px;
    color: #fff;
    font-size: 1.4rem;
    cursor: pointer;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    transition: All 0.4s ease-in-out;
}

.gj-message .form .form-content {
    padding: 5px;
}

.gj-message .form .form-content .bd {
    margin-bottom: 0.5rem;
}

.gj-message .form .form-content .bd input,
.gj-message .form .bd textarea {
    padding: 5px 5px;
    font-size: 1.4rem;
    display: block;
    width: 100%;
    color: #666;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.gj-message .form .form-content .bd textarea {
    height: 10rem;
    resize: none;
}

.gj-message .form .form-content button {
    display: block;
    width: 100%;
    padding: 5px 0;
    font-size: 1.4rem;
    line-height: 1.3333333;
    color: #fff;
    background-color: #999;
    border-color: #666;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.gj-message .form .form-content button:hover {
    background-color: #666;
}

.nav-btn {
    margin-bottom: 5px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: left;
}

.nav-btn a {
    font-size: 1.5rem;
    margin: 0 0px 5px;
    font-weight: 500;
}

.nav-btn a:hover {
    color: #222;
}

.news-lists {
    background-color: #fff;
    margin-bottom: 10px;
}

.news-list {
    padding: 5px;
    border-bottom: 1px solid #eee;
}

.news-list a {
    display: block;
}

.news-list img {
    width: 20%;
    float: left;
    margin-right: 10px;
}

.news-list .text {
    margin: 0px;
    padding: 0;
}

.news-list .text h3,
.news-list .text h3 span {
    margin: 0px;
    font-size: 1.5rem;
    font-weight: 500;
}

.news-list .text span {
    color: #a3afb7;
    margin-right: 10px;
    font-size: 12px;
}

.news-list:hover h3 {
    color: #222;
}

.news-list:last-child {
    border: 0;
}

.sidebar {
    margin: 0 -5px;
}

.sidebar .side-nav {
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px #ddd;
    box-shadow: 0 0 2px #ddd;
}

.sidebar .side-nav ul {
    padding: 15px;
    text-align: center;
}

.sidebar .side-nav ul li {
    display: inline-block;
    list-style: none;
    line-height: 2.5rem;
    margin: 0 8px;
}

.sidebar .side-nav ul li:first-child {
    font-weight: 600;
    font-size: 1.6rem;
}

.sidebar .side-nav ul li a {
    font-size: 1.6rem;
}

.sidebar .side-list {
    margin: 10px 0;
    background-color: #fff;
    padding: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 2px #ddd;
    box-shadow: 0 0 2px #ddd;
}

.sidebar .side-list h4 {
    font-weight: 600;
    color: #666;
    font-size: 1.8rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin: 0;
}

.sidebar .side-list ul li {
    list-style: none;
    line-height: 2.2rem;
}

.news-content,
.case-content {
    background-color: #fff;
    padding: 0 5px;
    margin: -5px -5px 10px;
}

.news-content .news-bt,
.case-content .case-bt {
    border-bottom: 1px solid #ddd;
    padding: 5px 5px 10px;
}

.news-content .news-bt h3,
.case-content .case-bt h3 {
    font-size: 18px;
    font-weight: 500;
}

.news-content .news-bt span,
.case-content .case-bt span {
    font-size: 1.4rem;
    margin-right: 10px;
    color: #999;
}

.news-content .content,
.case-content .content {
    padding: 5px;
}

.news-content .content p,
.case-content .content p {
    font-size: 1.4rem;
    padding: 5px 0;
    margin: 0 auto;
    line-height: 160%;
    text-align: justify;
    color: #2a2a2a;
}

.news-content .content p img,
.case-content .content p img {
    max-width: 100%;
    height: auto;
    display: block;
    padding: 3px;
    border: 1px solid #ddd;
    margin: 0 auto;
    background-color: #fff;
}

.news-content .content h3,
.case-content .content h3 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.news-content .gcont-page,
.case-content .gcont-page {
    border-top: 1px solid #ddd;
    margin: 10px 0 0;
    padding: 10px 0;
    overflow: hidden;
}

.product-list {
    padding: 10px 0;
    background-color: #f5f5f5;
    overflow: hidden;
    margin-bottom: 0px;
}

.product-list .p-nav {
    text-align: center;
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
}

.product-list .p-nav a {
    padding: 5px 10px;
    margin: 0 2px;
    background-color: #fff;
    display: inline-block;
    -webkit-transition: all .1s;
}

.product-list .p-nav a.gxz,
.product-list .p-nav a:hover {
    background-color: #666;
    color: #fff;
}

.product-list .p-list {
    background-color: #fff;
    text-align: center;
    margin: 5px 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.product-list .p-list img {
    max-width: 100%;
    height: auto;
    display: block;
}

.product-list .p-list h4 {
    font-size: 14px;
    font-weight: 500;
    margin: 5px auto 0;
    padding: 0 5px;
}

.product-list .p-list p {
    font-size: 12px;
    margin-bottom: 10px;
    color: firebrick;
}

.product-list .p-list:hover h4 {
    color: #222;
}

.product-show {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    margin-top: -5px;
}

.pt-show .pt-head h2 {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin: 10px auto;
    color: #333;
}

.pt-show .pt-head .swiper-container {
    margin: 10px auto 0;
    text-align: center;
}

.pt-show .pt-head .swiper-wrapper {
    margin-bottom: 0rem;
}

.pt-show .pt-head .swiper-wrapper .swiper-slide {
    width: 100%;
    margin: 0 auto;
}

.pt-show .pt-head .swiper-wrapper .swiper-slide img {
    max-width: 100%;
    height: auto;
    display: block;
}

.pt-show .pt-head .swiper-container .btn {
    display: none;
}

.pt-show .pt-head .swiper-container .swiper-pagination {
    bottom: 0px;
    background-color: rgba(255, 255, 255, .3)
}

.pt-show .pt-head .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    text-align: center;
    line-height: 20px;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.pt-show .pt-head .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #000;
    opacity: 9;
}

.pt-body,
.pt-sidebar {
    margin: -5px -5px 10px;
}

.pt-body .body {
    padding: 0px;
    text-align: center;
}

.pt-body .body p {
    font-size: 1.4rem;
    margin: 0 auto;
    line-height: 160%;
    text-align: justify;
    color: #2a2a2a;
}

.pt-body .body p>img,
.pt-body .body img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.pt-body .bt {
    background-color: #f5f5f5;
    padding: 5px 0;
    text-align: center;
    clear: both;
}

.pt-body .bt h3,
.pt-sidebar .bt h3 {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    padding: 5px 0;
}

.pt-body .shx {
    text-align: left;
    padding: 0 !important;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.pt-body .shx ul li {
    border: 1px solid #ddd;
    padding: 8px 5px;
    border-bottom: 0;
    border-right: 0;
    list-style: none;
}

.pt-body .shx ul li span {
    color: firebrick;
}

.pt-sidebar .bt {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.pt-sidebar .body {
    background-color: #f5f5f5;
    overflow: hidden;
    padding: 2px;
}

.pt-sidebar .body ul.shx {
    padding: 5px;
}

.pt-sidebar .body ul.shx li {
    font-size: 14px;
    line-height: 2.4rem;
    list-style: none;
}

.pt-sidebar .body ul.shx li span {
    color: firebrick;
}

.pt-sidebar .body .pt-list {
    width: 46%;
    float: left;
    margin: 2%;
    background-color: #fff;
    text-align: center;
}

.pt-sidebar .body .pt-list img {
    max-width: 100%;
    display: block;
    height: auto;
}

.pt-sidebar .body .pt-list .shx {
    width: 100%;
    padding: 2px 0;
}

.pt-sidebar .body .pt-list .shx h4 {
    color: #666;
    font-weight: 500;
    font-size: 1.6px;
    margin: 5px auto 0;
}

.pt-sidebar .body .pt-list .shx p {
    color: firebrick;
    font-size: 12px;
}

.case-list {
    background-color: #fff;
    padding: 5px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}

.case-list .list {
    position: relative;
    overflow: hidden;
}

.case-list .list img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.case-list .list .shx {
    text-align: center;
    width: 100%;
    color: #666;
}

.case-list .list .shx h4 {
    font-weight: 500;
    margin: 5px auto;
    font-size: 16px;
}

.case-list .list .shx p {
    display: none;
}

.case-list .list .shx a {
    color: #666;
    padding: 2px 10px;
    border: 1px solid #fff;
    background-color: #ddd;
    font-size: 12px;
}

.case-list .list .shx a:hover {
    background-color: #666;
    color: #fff;
}

.sidebar .side-list .list {
    width: 48%;
    margin: 10px 1%;
    float: left;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.sidebar .side-list .list img {
    max-width: 100%;
    height: auto;
}

.sidebar .side-list .list a {
    display: block;
}

.sidebar .side-list .list h5 {
    text-align: center;
    font-weight: 500;
    font-size: 1.4rem;
    margin: 0;
    padding: 5px 0;
    color: #666;
    background-color: #fff;
}

.search {
    text-align: center;
    padding: 50px 0;
    background-position: center;
    background-repeat: no-repeat;
}

.search h3 {
    font-size: 2rem;
    color: #fff;
    text-shadow: 0 0 10px #000;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0 0 1rem;
}

.search p {
    font-size: 1.4rem;
    color: #ddd;
}

.search form {
    margin: 1rem auto 0;
    width: 90%;
    height: 42px;
    border: 1px solid #333;
    position: relative;
    background-color: #fff;
}

.search form input {
    width: 100%;
    border-left: 1px solid #ddd;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    left: 0px;
    outline: none;
}

.search form button {
    width: 40px;
    border: 0;
    right: 0;
    color: #ddd;
    background-color: #666;
    font-size: 1.8rem;
}

.search form .sousuo {
    height: 40px;
    position: absolute;
    top: 0;
    padding: 5px;
}

.search form button:hover {
    background-color: #333;
    color: #fff;
}

.gj-search {
    -webkit-box-shadow: 0 0 2px #ddd;
    box-shadow: 0 0 2px #ddd;
    background-color: #fff;
}

.col-ml .gj-tl .gj-bt h2 {
    color: #009688;
}

.col-ml .gj-nav3 .nav-navb .navb h3 {
    color: #009688;
}

.col-ml .gj-nav3 .nav-navb .navb h3:hover {
    color: #007b70;
}

.col-ml .gj-nav3 .nav-navb .navb .gj-right p {
    color: #009688;
}

.col-ml .gj-nav3 .gj-menu {
    background-color: #009688;
    border-top: 1px solid #007b70;
    border-bottom: 1px solid #007b70;
}

.col-ml .gj-nav3 .gj-menu .menu ul li.gxz>a {
    background-color: #007b70;
}

.col-ml .gj-nav3 .gj-menu .menu ul>li:hover {
    background-color: #007b70;
}

.col-ml .gj-nav3 .gj-menu .menu ul li.jnav ul {
    border-color: #007b70;
    background-color: #009688;
}

.col-ml .gj-nav3 .gj-menu .menu .gj-ss1 button {
    background-color: #007b70;
}

.col-ml .gj-nav3 .nav-navb .navb .gbar i {
    color: #009688;
    border-color: #007b70;
}

.col-ml .gj-nav3 .nav-navb .navb .gbar:hover i {
    color: #007b70;
}

.col-ml nav.bottom-menu ul li,
.col-ml nav.bottom-menu ul li a {
    color: #009688;
}

.col-ml .gj-slide2 .swiper-container .swiper-pagination-bullet {
    background-color: #007b70;
}

.col-ml .gj-about .text a {
    background-color: #009688;
}

.col-ml .gj-about .text a:hover {
    background-color: #007b70;
}

.col-ml .gj-about .about-img img {
    border-color: #009688;
}

.col-ml .gj-about .about-img .img1,
.col-ml .gj-about .about-img .img2 {
    background-color: #009688;
}

.col-ml .gj-product .product .lis:hover h4 {
    color: #009688;
}

.col-ml .gj-news .news .lis:hover h3 {
    color: #009688;
}

.col-ml .gj-news .more a:hover {
    color: #009688;
    border-color: #007b70;
}

.col-ml .gj-anli .botm .btn:hover,
.col-ml .gj-anli .botm .more:hover {
    border-color: #007b70;
}

.col-ml .gj-anli .botm .btn:hover a,
.col-ml .gj-anli .botm .more:hover a {
    color: #009688;
}

.col-ml .gj-join-us .join form input,
.col-ml .gj-join-us .join form textarea,
.col-ml .gj-join-in .join form input,
.col-ml .gj-join-in .join form textarea {
    color: #009688;
}

.col-ml .gj-join-us .join form button,
.col-ml .gj-join-in .join form button {
    background-color: #009688;
    border-color: #007b70;
}

.col-ml .gj-join-us .join form button:hover,
.col-ml .gj-join-in .join form button:hover {
    background-color: #007b70;
}

.col-ml .gj-join-us .join .text .tr-top h3,
.col-ml .gj-join-in .join .text .tr-top h3 {
    color: #009688;
}

.col-ml .gj-contact {
    background-color: #009688;
    border-top: 1px solid #007b70;
    border-bottom: 1px solid #007b70;
}

.col-ml .gj-contact .contact h4.bt {
    background-color: #007b70;
}

.col-ml .gj-contact .contact .lis3 ul li img {
    border-color: #007b70;
}

.col-ml .gj-service {
    background-color: #009688;
    border-color: #007b70;
}

.col-ml .gj-service ul li:hover {
    background-color: #007b70;
}

.col-ml .gj-service ul li.wx img {
    border-color: #007b70;
}

.col-ml .page-content h1,
.col-ml .page-content h2,
.col-ml .page-content h3,
.col-ml .page-content h4,
.col-ml .page-content h5,
.col-ml .page-content h6 {
    color: #009688;
}

.col-ml .news-list:hover h3 {
    color: #009688;
}

.col-ml .nav-btn i {
    color: #009688;
}

.col-ml .nav-btn a:hover {
    color: #009688;
}

.col-ml .sidebar .side-nav ul li:first-child {
    color: #009688;
}

.col-ml .sidebar .side-nav ul li a:hover {
    color: #009688;
}

.col-ml .sidebar .side-list h4 {
    color: #009688;
}

.col-ml .sidebar .side-list ul li a:hover {
    color: #009688;
}

.col-ml .sidebar .side-list .list:hover h5 {
    background-color: #009688;
}

.col-ml .news-content .gcont-page a:hover,
.case-content .gcont-page a:hover {
    color: #009688;
}

.col-ml .news-content .content h1,
.col-ml .case-content .content h1,
.col-ml .news-content .content h2,
.col-ml .case-content .content h2,
.col-ml .news-content .content h3,
.col-ml .case-content .content h3,
.col-ml .news-content .content h4,
.col-ml .case-content .content h4,
.col-ml .news-content .content h5,
.col-ml .case-content .content h5,
.col-ml .news-content .content h6,
.col-ml .case-content .content h6 {
    color: #009688;
}

.col-ml .product-list .p-nav a.gxz,
.col-ml .product-list .p-nav a:hover {
    background-color: #009688;
}

.col-ml .product-list .p-list:hover h4 {
    color: #009688;
}

.col-ml .pt-show .pt-head h2 {
    color: #009688;
}

.col-ml .pt-show .pt-head .swiper-container .btn {
    color: #fff;
    background-color: #009688;
    border-color: #007b70;
}

.col-ml .pt-show .pt-head .swiper-container .btn:hover {
    background-color: #007b70;
}

.col-ml .pt-body .bt h3,
.col-ml .pt-sidebar .bt h3 {
    color: #009688;
}

.col-ml .case-list .list .shx a {
    color: #fff;
    background-color: #009688;
    border-color: #007b70;
}

.col-ml .case-list .list .shx a:hover {
    background-color: #007b70;
}

.col-ml .gj-message .form {
    border-color: #007b70;
}

.col-ml .gj-message .form .form-bt {
    border-color: #007b70;
    background-color: #009688;
}

.col-ml .gj-message .form .form-content .bd input,
.col-ml .gj-message .form .bd textarea {
    color: #009688;
}

.col-ml .gj-message .form .form-content button {
    background-color: #009688;
    border-color: #007b70;
}

.col-ml .gj-message .form .form-content button:hover {
    background-color: #007b70;
}

.col-ml .search form {
    border-color: #007b70;
}

.col-ml .search form button {
    background-color: #009688;
}

.col-ml .search form button:hover {
    background-color: #007b70;
}

.col-sl .gj-tl .gj-bt h2 {
    color: #337ab7;
}

.col-sl .gj-nav3 .nav-navb .navb h3 {
    color: #337ab7;
}

.col-sl .gj-nav3 .nav-navb .navb h3:hover {
    color: #1865a7;
}

.col-sl .gj-nav3 .nav-navb .navb .gj-right p {
    color: #337ab7;
}

.col-sl .gj-nav3 .gj-menu {
    background-color: #337ab7;
    border-top: 1px solid #1865a7;
    border-bottom: 1px solid #1865a7;
}

.col-sl .gj-nav3 .gj-menu .menu ul li.gxz>a {
    background-color: #1865a7;
}

.col-sl .gj-nav3 .gj-menu .menu ul>li:hover {
    background-color: #1865a7;
}

.col-sl .gj-nav3 .gj-menu .menu ul li.jnav ul {
    border-color: #1865a7;
    background-color: #337ab7;
}

.col-sl .gj-nav3 .gj-menu .menu .gj-ss1 button {
    background-color: #1865a7;
}

.col-sl .gj-nav3 .nav-navb .navb .gbar i {
    color: #337ab7;
    border-color: #1865a7;
}

.col-sl .gj-nav3 .nav-navb .navb .gbar:hover i {
    color: #1865a7;
}

.col-sl nav.bottom-menu ul li,
.col-sl nav.bottom-menu ul li a {
    color: #337ab7;
}

.col-sl .gj-slide2 .swiper-container .swiper-pagination-bullet {
    background-color: #1865a7;
}

.col-sl .gj-about .text a {
    background-color: #337ab7;
}

.col-sl .gj-about .text a:hover {
    background-color: #1865a7;
}

.col-sl .gj-about .about-img img {
    border-color: #337ab7;
}

.col-sl .gj-about .about-img .img1,
.col-sl .gj-about .about-img .img2 {
    background-color: #337ab7;
}

.col-sl .gj-product .product .lis:hover h4 {
    color: #337ab7;
}

.col-sl .gj-news .news .lis:hover h3 {
    color: #337ab7;
}

.col-sl .gj-news .more a:hover {
    color: #337ab7;
    border-color: #1865a7;
}

.col-sl .gj-anli .botm .btn:hover,
.col-sl .gj-anli .botm .more:hover {
    border-color: #1865a7;
}

.col-sl .gj-anli .botm .btn:hover a,
.col-sl .gj-anli .botm .more:hover a {
    color: #337ab7;
}

.col-sl .gj-join-us .join form input,
.col-sl .gj-join-us .join form textarea,
.col-sl .gj-join-in .join form input,
.col-sl .gj-join-in .join form textarea {
    color: #337ab7;
}

.col-sl .gj-join-us .join form button,
.col-sl .gj-join-in .join form button {
    background-color: #337ab7;
    border-color: #1865a7;
}

.col-sl .gj-join-us .join form button:hover,
.col-sl .gj-join-in .join form button:hover {
    background-color: #1865a7;
}

.col-sl .gj-join-us .join .text .tr-top h3,
.col-sl .gj-join-in .join .text .tr-top h3 {
    color: #337ab7;
}

.col-sl .gj-contact {
    background-color: #337ab7;
    border-top: 1px solid #1865a7;
    border-bottom: 1px solid #1865a7;
}

.col-sl .gj-contact .contact h4.bt {
    background-color: #1865a7;
}

.col-sl .gj-contact .contact .lis3 ul li img {
    border-color: #1865a7;
}

.col-sl .gj-service {
    background-color: #337ab7;
    border-color: #1865a7;
}

.col-sl .gj-service ul li:hover {
    background-color: #1865a7;
}

.col-sl .gj-service ul li.wx img {
    border-color: #1865a7;
}

.col-sl .page-content h1,
.col-sl .page-content h2,
.col-sl .page-content h3,
.col-sl .page-content h4,
.col-sl .page-content h5,
.col-sl .page-content h6 {
    color: #337ab7;
}

.col-sl .news-list:hover h3 {
    color: #337ab7;
}

.col-sl .nav-btn i {
    color: #337ab7;
}

.col-sl .nav-btn a:hover {
    color: #337ab7;
}

.col-sl .sidebar .side-nav ul li:first-child {
    color: #337ab7;
}

.col-sl .sidebar .side-nav ul li a:hover {
    color: #337ab7;
}

.col-sl .sidebar .side-list h4 {
    color: #337ab7;
}

.col-sl .sidebar .side-list ul li a:hover {
    color: #337ab7;
}

.col-sl .sidebar .side-list .list:hover h5 {
    background-color: #337ab7;
}

.col-sl .news-content .gcont-page a:hover,
.col-sl .case-content .gcont-page a:hover {
    color: #337ab7;
}

.col-sl .news-content .content h1,
.col-sl .case-content .content h1,
.col-sl .news-content .content h2,
.col-sl .case-content .content h2,
.col-sl .news-content .content h3,
.col-sl .case-content .content h3,
.col-sl .news-content .content h4,
.col-sl .case-content .content h4,
.col-sl .news-content .content h5,
.col-sl .case-content .content h5,
.col-sl .news-content .content h6,
.col-sl .case-content .content h6 {
    color: #337ab7;
}

.col-sl .product-list .p-nav a.gxz,
.col-sl .product-list .p-nav a:hover {
    background-color: #337ab7;
}

.col-sl .product-list .p-list:hover h4 {
    color: #337ab7;
}

.col-sl .pt-show .pt-head h2 {
    color: #337ab7;
}

.col-sl .pt-show .pt-head .swiper-container .btn {
    color: #fff;
    background-color: #337ab7;
    border-color: #1865a7;
}

.col-sl .pt-show .pt-head .swiper-container .btn:hover {
    background-color: #1865a7;
}

.col-sl .pt-body .bt h3,
.col-sl .pt-sidebar .bt h3 {
    color: #337ab7;
}

.col-sl .case-list .list .shx a {
    color: #fff;
    background-color: #337ab7;
    border-color: #1865a7;
}

.col-sl .case-list .list .shx a:hover {
    background-color: #1865a7;
}

.col-sl .gj-message .form {
    border-color: #1865a7;
}

.col-sl .gj-message .form .form-bt {
    border-color: #1865a7;
    background-color: #337ab7;
}

.col-sl .gj-message .form .form-content .bd input,
.col-sl .gj-message .form .bd textarea {
    color: #337ab7;
}

.col-sl .gj-message .form .form-content button {
    background-color: #337ab7;
    border-color: #1865a7;
}

.col-sl .gj-message .form .form-content button:hover {
    background-color: #1865a7;
}

.col-sl .search form {
    border-color: #1865a7;
}

.col-sl .search form button {
    background-color: #337ab7;
}

.col-sl .search form button:hover {
    background-color: #1865a7;
}

.col-hs .gj-tl .gj-bt h2 {
    color: #d9534f;
}

.col-hs .gj-nav3 .nav-navb .navb h3 {
    color: #d9534f;
}

.col-hs .gj-nav3 .nav-navb .navb h3:hover {
    color: #c9302c;
}

.col-hs .gj-nav3 .nav-navb .navb .gj-right p {
    color: #d9534f;
}

.col-hs .gj-nav3 .gj-menu {
    background-color: #d9534f;
    border-top: 1px solid #c9302c;
    border-bottom: 1px solid #c9302c;
}

.col-hs .gj-nav3 .gj-menu .menu ul li.gxz>a {
    background-color: #c9302c;
}

.col-hs .gj-nav3 .gj-menu .menu ul>li:hover {
    background-color: #c9302c;
}

.col-hs .gj-nav3 .gj-menu .menu ul li.jnav ul {
    border-color: #c9302c;
    background-color: #d9534f;
}

.col-hs .gj-nav3 .gj-menu .menu .gj-ss1 button {
    background-color: #c9302c;
}

.col-hs .gj-nav3 .nav-navb .navb .gbar i {
    color: #d9534f;
    border-color: #c9302c;
}

.col-hs .gj-nav3 .nav-navb .navb .gbar:hover i {
    color: #c9302c;
}

.col-hs nav.bottom-menu ul li,
.col-hs nav.bottom-menu ul li a {
    color: #d9534f;
}

.col-hs .gj-slide2 .swiper-container .swiper-pagination-bullet {
    background-color: #c9302c;
}

.col-hs .gj-about .text a {
    background-color: #d9534f;
}

.col-hs .gj-about .text a:hover {
    background-color: #c9302c;
}

.col-hs .gj-about .about-img img {
    border-color: #d9534f;
}

.col-hs .gj-about .about-img .img1,
.col-hs .gj-about .about-img .img2 {
    background-color: #d9534f;
}

.col-hs .gj-product .product .lis:hover h4 {
    color: #d9534f;
}

.col-hs .gj-news .news .lis:hover h3 {
    color: #d9534f;
}

.col-hs .gj-news .more a:hover {
    color: #d9534f;
    border-color: #c9302c;
}

.col-hs .gj-anli .botm .btn:hover,
.col-hs .gj-anli .botm .more:hover {
    border-color: #c9302c;
}

.col-hs .gj-anli .botm .btn:hover a,
.col-hs .gj-anli .botm .more:hover a {
    color: #d9534f;
}

.col-hs .gj-join-us .join form input,
.col-hs .gj-join-us .join form textarea,
.col-hs .gj-join-in .join form input,
.col-hs .gj-join-in .join form textarea {
    color: #d9534f;
}

.col-hs .gj-join-us .join form button,
.col-hs .gj-join-in .join form button {
    background-color: #d9534f;
    border-color: #c9302c;
}

.col-hs .gj-join-us .join form button:hover,
.col-hs .gj-join-in .join form button:hover {
    background-color: #c9302c;
}

.col-hs .gj-join-us .join .text .tr-top h3,
.col-hs .gj-join-in .join .text .tr-top h3 {
    color: #d9534f;
}

.col-hs .gj-contact {
    background-color: #d9534f;
    border-top: 1px solid #c9302c;
    border-bottom: 1px solid #c9302c;
}

.col-hs .gj-contact .contact h4.bt {
    background-color: #c9302c;
}

.col-hs .gj-contact .contact .lis3 ul li img {
    border-color: #c9302c;
}

.col-hs .gj-service {
    background-color: #d9534f;
    border-color: #c9302c;
}

.col-hs .gj-service ul li:hover {
    background-color: #c9302c;
}

.col-hs .gj-service ul li.wx img {
    border-color: #c9302c;
}

.col-hs .page-content h1,
.col-hs .page-content h2,
.col-hs .page-content h3,
.col-hs .page-content h4,
.col-hs .page-content h5,
.col-hs .page-content h6 {
    color: #d9534f;
}

.col-hs .news-list:hover h3 {
    color: #d9534f;
}

.col-hs .nav-btn i {
    color: #d9534f;
}

.col-hs .nav-btn a:hover {
    color: #d9534f;
}

.col-hs .sidebar .side-nav ul li:first-child {
    color: #d9534f;
}

.col-hs .sidebar .side-nav ul li a:hover {
    color: #d9534f;
}

.col-hs .sidebar .side-list h4 {
    color: #d9534f;
}

.col-hs .sidebar .side-list ul li a:hover {
    color: #d9534f;
}

.col-hs .sidebar .side-list .list:hover h5 {
    background-color: #d9534f;
}

.col-hs .news-content .gcont-page a:hover,
.col-hs .case-content .gcont-page a:hover {
    color: #d9534f;
}

.col-hs .news-content .content h1,
.col-hs .case-content .content h1,
.col-hs .news-content .content h2,
.col-hs .case-content .content h2,
.col-hs .news-content .content h3,
.col-hs .case-content .content h3,
.col-hs .news-content .content h4,
.col-hs .case-content .content h4,
.col-hs .news-content .content h5,
.col-hs .case-content .content h5,
.col-hs .news-content .content h6,
.col-hs .case-content .content h6 {
    color: #d9534f;
}

.col-hs .product-list .p-nav a.gxz,
.col-hs .product-list .p-nav a:hover {
    background-color: #d9534f;
}

.col-hs .product-list .p-list:hover h4 {
    color: #d9534f;
}

.col-hs .pt-show .pt-head h2 {
    color: #d9534f;
}

.col-hs .pt-show .pt-head .swiper-container .btn {
    color: #fff;
    background-color: #d9534f;
    border-color: #c9302c;
}

.col-hs .pt-show .pt-head .swiper-container .btn:hover {
    background-color: #c9302c;
}

.col-hs .pt-body .bt h3,
.col-hs .pt-sidebar .bt h3 {
    color: #d9534f;
}

.col-hs .case-list .list .shx a {
    color: #fff;
    background-color: #d9534f;
    border-color: #c9302c;
}

.col-hs .case-list .list .shx a:hover {
    background-color: #c9302c;
}

.col-hs .gj-message .form {
    border-color: #c9302c;
}

.col-hs .gj-message .form .form-bt {
    border-color: #c9302c;
    background-color: #d9534f;
}

.col-hs .gj-message .form .form-content .bd input,
.col-hs .gj-message .form .bd textarea {
    color: #d9534f;
}

.col-hs .gj-message .form .form-content button {
    background-color: #d9534f;
    border-color: #c9302c;
}

.col-hs .gj-message .form .form-content button:hover {
    background-color: #c9302c;
}

.col-hs .search form {
    border-color: #c9302c;
}

.col-hs .search form button {
    background-color: #d9534f;
}

.col-hs .search form button:hover {
    background-color: #c9302c;
}

.col-cs .gj-tl .gj-bt h2 {
    color: #f09c24;
}

.col-cs .gj-nav3 .nav-navb .navb h3 {
    color: #f09c24;
}

.col-cs .gj-nav3 .nav-navb .navb h3:hover {
    color: #e58803;
}

.col-cs .gj-nav3 .nav-navb .navb .gj-right p {
    color: #f09c24;
}

.col-cs .gj-nav3 .gj-menu {
    background-color: #f09c24;
    border-top: 1px solid #e58803;
    border-bottom: 1px solid #e58803;
}

.col-cs .gj-nav3 .gj-menu .menu ul li.gxz>a {
    background-color: #e58803;
}

.col-cs .gj-nav3 .gj-menu .menu ul>li:hover {
    background-color: #e58803;
}

.col-cs .gj-nav3 .gj-menu .menu ul li.jnav ul {
    border-color: #e58803;
    background-color: #f09c24;
}

.col-cs .gj-nav3 .gj-menu .menu .gj-ss1 button {
    background-color: #e58803;
}

.col-cs .gj-nav3 .nav-navb .navb .gbar i {
    color: #f09c24;
    border-color: #e58803;
}

.col-cs .gj-nav3 .nav-navb .navb .gbar:hover i {
    color: #e58803;
}

.col-cs nav.bottom-menu ul li,
.col-cs nav.bottom-menu ul li a {
    color: #f09c24;
}

.col-cs .gj-slide2 .swiper-container .swiper-pagination-bullet {
    background-color: #e58803;
}

.col-cs .gj-about .text a {
    background-color: #f09c24;
}

.col-cs .gj-about .text a:hover {
    background-color: #e58803;
}

.col-cs .gj-about .about-img img {
    border-color: #f09c24;
}

.col-cs .gj-about .about-img .img1,
.col-cs .gj-about .about-img .img2 {
    background-color: #f09c24;
}

.col-cs .gj-product .product .lis:hover h4 {
    color: #f09c24;
}

.col-cs .gj-news .news .lis:hover h3 {
    color: #f09c24;
}

.col-cs .gj-news .more a:hover {
    color: #f09c24;
    border-color: #e58803;
}

.col-cs .gj-anli .botm .btn:hover,
.col-cs .gj-anli .botm .more:hover {
    border-color: #e58803;
}

.col-cs .gj-anli .botm .btn:hover a,
.col-cs .gj-anli .botm .more:hover a {
    color: #f09c24;
}

.col-cs .gj-join-us .join form input,
.col-cs .gj-join-us .join form textarea,
.col-cs .gj-join-in .join form input,
.col-cs .gj-join-in .join form textarea {
    color: #f09c24;
}

.col-cs .gj-join-us .join form button,
.col-cs .gj-join-in .join form button {
    background-color: #f09c24;
    border-color: #e58803;
}

.col-cs .gj-join-us .join form button:hover,
.col-cs .gj-join-in .join form button:hover {
    background-color: #e58803;
}

.col-cs .gj-join-us .join .text .tr-top h3,
.col-cs .gj-join-in .join .text .tr-top h3 {
    color: #f09c24;
}

.col-cs .gj-contact {
    background-color: #f09c24;
    border-top: 1px solid #e58803;
    border-bottom: 1px solid #e58803;
}

.col-cs .gj-contact .contact h4.bt {
    background-color: #e58803;
}

.col-cs .gj-contact .contact .lis3 ul li img {
    border-color: #e58803;
}

.col-cs .gj-service {
    background-color: #f09c24;
    border-color: #e58803;
}

.col-cs .gj-service ul li:hover {
    background-color: #e58803;
}

.col-cs .gj-service ul li.wx img {
    border-color: #e58803;
}

.col-cs .page-content h1,
.col-cs .page-content h2,
.col-cs .page-content h3,
.col-cs .page-content h4,
.col-cs .page-content h5,
.col-cs .page-content h6 {
    color: #f09c24;
}

.col-cs .news-list:hover h3 {
    color: #f09c24;
}

.col-cs .nav-btn i {
    color: #f09c24;
}

.col-cs .nav-btn a:hover {
    color: #f09c24;
}

.col-cs .sidebar .side-nav ul li:first-child {
    color: #f09c24;
}

.col-cs .sidebar .side-nav ul li a:hover {
    color: #f09c24;
}

.col-cs .sidebar .side-list h4 {
    color: #f09c24;
}

.col-cs .sidebar .side-list ul li a:hover {
    color: #f09c24;
}

.col-cs .sidebar .side-list .list:hover h5 {
    background-color: #f09c24;
}

.col-cs .news-content .gcont-page a:hover,
.col-cs .case-content .gcont-page a:hover {
    color: #f09c24;
}

.col-cs .news-content .content h1,
.col-cs .case-content .content h1,
.col-cs .news-content .content h2,
.col-cs .case-content .content h2,
.col-cs .news-content .content h3,
.col-cs .case-content .content h3,
.col-cs .news-content .content h4,
.col-cs .case-content .content h4,
.col-cs .news-content .content h5,
.col-cs .case-content .content h5,
.col-cs .news-content .content h6,
.col-cs .case-content .content h6 {
    color: #f09c24;
}

.col-cs .product-list .p-nav a.gxz,
.col-cs .product-list .p-nav a:hover {
    background-color: #f09c24;
}

.col-cs .product-list .p-list:hover h4 {
    color: #f09c24;
}

.col-cs .pt-show .pt-head h2 {
    color: #f09c24;
}

.col-cs .pt-show .pt-head .swiper-container .btn {
    color: #fff;
    background-color: #f09c24;
    border-color: #e58803;
}

.col-cs .pt-show .pt-head .swiper-container .btn:hover {
    background-color: #e58803;
}

.col-cs .pt-body .bt h3,
.col-cs .pt-sidebar .bt h3 {
    color: #f09c24;
}

.col-cs .case-list .list .shx a {
    color: #fff;
    background-color: #f09c24;
    border-color: #e58803;
}

.col-cs .case-list .list .shx a:hover {
    background-color: #e58803;
}

.col-cs .gj-message .form {
    border-color: #e58803;
}

.col-cs .gj-message .form .form-bt {
    border-color: #e58803;
    background-color: #f09c24;
}

.col-cs .gj-message .form .form-content .bd input,
.col-cs .gj-message .form .bd textarea {
    color: #f09c24;
}

.col-cs .gj-message .form .form-content button {
    background-color: #f09c24;
    border-color: #e58803;
}

.col-cs .gj-message .form .form-content button:hover {
    background-color: #e58803;
}

.col-cs .search form {
    border-color: #e58803;
}

.col-cs .search form button {
    background-color: #f09c24;
}

.col-cs .search form button:hover {
    background-color: #e58803;
}

@media (min-width:768px) {
    body {
        padding-bottom: 61px;
    }

    .gj-nav3 .navb-top .top-text,
    .gj-nav3 .nav-navb .navb,
    .gj-nav3 .gj-menu .menu {
        width: 768px;
        margin: 0 auto;
    }

    .gj-nav3 .nav-navb {
        /* height: 60px; */
        /* line-height: 60px; */
    }

    .gj-nav3 .nav-navb .navb {
        position: static;
        border: none;
    }

    .gj-nav3 .nav-navb .navb img.logo {
        /* height: 50px; */
        margin-left: 10px;
    }

    .gj-nav3 .nav-navb .navb h3 {
        font-size: 36px;
    }

    .gj-nav3 .nav-navb .navb .gj-right {
        padding-top: 0rem;
    }

    .gj-nav3 .nav-navb .navb .gj-right p {
        line-height: 1.2rem;
        height: 1.2rem;
        margin: 10px 0;
    }

    .gj-nav3 .nav-navb .navb .gj-right span {
        font-size: 1.4rem;
    }

    .gj-nav3 .gj-menu {
        position: static;
        height: 52px;
        line-height: 52px;
        display: block;
    }

    .gj-nav3 .gj-menu .menu ul li {
        float: left;
        width: auto;
    }

    .gj-nav3 .gj-menu .menu ul li a {
        width: 90px;
        height: 50px;
        text-align: center;
        padding: 0;
    }

    .gj-nav3 .gj-menu .menu ul li.jnav {
        position: relative;
    }

    .gj-nav3 .gj-menu .menu ul li.jnav ul {
        position: absolute;
        border: 1px solid #000;
        top: 50px;
        display: none;
        z-index: 1030;
    }

    .gj-nav3 .gj-menu .menu ul li.jnav:hover ul {
        display: block;
    }

    .gj-nav3 .gj-menu .menu ul li.jnav ul li a {
        width: 88px;
        padding: 0;
        height: 40px;
        line-height: 40px;
    }

    .gj-slide2 .swiper-container:hover .btn {
        display: block;
    }

    .gj-tl {
        padding: 40px 0;
    }

    .gj-tl .gj-bt {
        margin-bottom: 20px;
    }

    .gj-tl .gj-bt h2 {
        font-size: 28px;
    }

    .gj-tl .gj-bt p {
        font-size: 16px;
    }

    .gj-about .text {
        padding: 20px 0;
        margin: 20px 0;
        background-size: 100%;
        text-align: left;
    }

    .gj-about .text h3 {
        font-size: 22px;
    }

    .gj-about .text p {
        font-size: 1.4rem;
        margin: 30px 0;
    }

    .gj-about .text a {
        padding: 10px 30px;
    }

    .gj-about .about-img {
        width: 100%;
        height: auto;
        margin: 50px 0px;
    }

    .gj-about .about-img img {
        width: 100%;
        height: auto;
    }

    .gj-news .news .lis {
        padding: 10px;
        height: 130px;
        margin: 8px auto;
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, .1);
        box-shadow: 0 0px 1px rgba(0, 0, 0, .1);
        border: none;
    }

    .gj-news .news .lis .img {
        width: 180px;
        margin-right: 5px;
    }

    .gj-news .news .lis .text {
        overflow: hidden;
        margin-left: 5px;
        width: 73%;
    }

    .gj-news .news .lis .text h3 {
        margin: 10px 0 5px;
        font-weight: 500;
        font-size: 16px;
        white-space: nowrap;
    }

    .gj-news .news .lis .text p {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .gj-news .news .lis:hover {
        -webkit-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        -o-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    .gj-news .news .lis:hover h3 {
        color: #000;
    }

    .gj-news .more a {
        padding: 3px 12px;
        font-size: 13px;
    }

    .gj-anli .swiper-slide {
        width: 370px;
    }

    .gj-join-us .join .text .tr-top,
    .gj-join-in .join .text .tr-top {
        padding: 1.5rem;
        text-align: left;
    }

    .gj-join-us .join form,
    .gj-join-us .join .text,
    .gj-join-in .join form,
    .gj-join-in .join .text {
        padding: 10px;
        margin: 20px 0;
    }

    .gj-join-us .join .text .tr-top h1,
    .gj-join-in .join .text .tr-top h1 {
        font-size: 4rem;
    }

    .gj-join-us .join .text .tr-top h2,
    .gj-join-in .join .text .tr-top h2 {
        font-size: 2.2rem;
    }

    .gj-join-us .join .text .tr-top p,
    .gj-join-in .join .text .tr-top p {
        font-size: 1.6rem;
        text-align: justify;
    }

    .gj-join-us .join .text .tr-top h3,
    .gj-join-in .join .text .tr-top h3 {
        font-size: 2rem;
    }

    .gj-join-us .join .text .tr-bottom img,
    .gj-join-in .join .text .tr-bottom img {
        width: 120px;
        float: left;
        box-shadow: 0 0 10px #ddd;
    }

    .gj-join-us .join .text .tr-bottom ul li,
    .gj-join-in .join .text .tr-bottom ul li {
        height: 2.2rem;
    }

    .gj-contact {
        padding: 20px 0;
    }

    .gj-message .form {
        width: 50%;
        margin-left: 25%;
        margin-top: -216px;
    }

    .gj-message .form .form-bt {
        height: 40px;
        line-height: 40px;
    }

    .gj-message .form .form-bt h4 {
        font-size: 16px;
    }

    .gj-message .form .form-bt i {
        right: 10px;
        top: 10px;
        font-size: 16px;
    }

    .gj-message .form .form-content {
        padding: 8px;
    }

    .gj-message .form .form-content .bd {
        margin-bottom: 0.8rem;
    }

    .gj-message .form .form-content .bd input,
    .gj-message .form .bd textarea {
        padding: 8px;
        font-size: 1.6rem;
    }

    .gj-message .form .form-content .bd textarea {
        height: 12rem;
    }

    .gj-message .form .form-content button {
        padding: 8px 0;
        font-size: 1.6rem;
    }

    nav.bottom-menu ul li {
        padding: 10px 0;
    }

    nav.bottom-menu ul li i {
        margin-bottom: 5px;
    }

    .top-img {
        padding: 70px 0;
    }

    .top-img h2 {
        font-size: 3.2rem;
        letter-spacing: 3px;
        text-shadow: 0px 0px 5px #000;
    }

    .page-content {
        -webkit-box-shadow: 0px 0px 2px #ddd;
        box-shadow: 0px 0px 2px #ddd;
        padding: 10px 20px;
    }

    .page-content h3 {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 7px;
    }

    .page-content p {
        font-size: 1.5rem;
        padding: 8px 0;
        line-height: 170%;
    }

    .nav-btn {
        margin-bottom: 10px;
    }

    .news-lists {
        padding: 0;
        margin-bottom: 15px;
        -webkit-box-shadow: 0 0 2px #ddd;
        box-shadow: 0 0 2px #ddd;
    }

    .news-list {
        padding: 10px;
    }

    .news-list img {
        width: 220px;
        float: left;
        margin-right: 10px;
    }

    .news-list .text {
        margin: 0px;
        padding: 0px;
    }

    .news-list .text h3,
    .news-list .text h3 span {
        margin: 0px;
        font-size: 1.6rem;
    }

    .news-list .text p {
        font-size: 1.4rem;
        color: #999;
        margin: 5px 0;
        font-weight: 300;
    }

    .news-list .text span {
        margin-right: 10px;
        font-size: 12px;
    }

    .sidebar {
        margin: 0;
    }

    .sidebar .side-list {
        padding: 15px;
    }

    .sidebar .side-nav ul {
        text-align: left;
    }

    .sidebar .side-nav ul li {
        display: block;
        margin: 0;
    }

    .sidebar .side-list ul li a {
        font-size: 1.6rem;
    }

    .news-content,
    .case-content {
        padding: 10px;
        margin: 0 0 10px;
        -webkit-box-shadow: 0 0 2px #ddd;
        box-shadow: 0 0 2px #ddd;
    }

    .news-content .news-bt,
    .case-content .case-bt {
        padding-bottom: 1rem;
    }

    .news-content .news-bt h3,
    .case-content .case-bt h3 {
        font-size: 20px;
    }

    .news-content .news-bt span,
    .case-content .case-bt span {
        font-size: 1.5rem;
        margin-right: 15px;
    }

    .news-content .content,
    .case-content .content {
        padding: 10px;
    }

    .news-content .content p,
    .case-content .content p {
        font-size: 1.5rem;
        padding: 10px 0;
        line-height: 170%;
    }

    .news-content .content h3,
    .case-content .content h3 {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 7px;
    }

    .product-list {
        margin-bottom: 10px;
    }

    .product-list .p-nav a {
        /* width: 100px;
        padding: 5px 0;
        margin: 0 5px; */

            /* width: 100px; */
    padding: 5px;
    /* margin: 0 5px; */
    margin-bottom: 5px;
    display: inline-block;
    }

    .product-list .p-list {
        margin: 10px 0px;
        -webkit-transition: all .5s;
        transform: all .5s;
    }

    .product-list .p-list h4 {
        font-size: 16px;
        margin: 10px auto 5px;
    }

    .product-list .p-list p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .product-list .p-list:hover {
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    .product-show {
        margin-bottom: 1rem;
        margin-top: -10px;
    }

    .pt-show .pt-head h2 {
        font-size: 26px;
        margin: 30px auto 20px;
    }

    .pt-show .pt-head h5 {
        font-size: 16px;
        margin: 10px auto;
    }

    .pt-show .pt-head .swiper-container {
        margin: 20px auto;
    }

    .pt-show .pt-head .swiper-wrapper {
        margin-bottom: 2rem;
    }

    .pt-show .pt-head .swiper-wrapper .swiper-slide {
        width: 48%;
        margin: 0 1%;
        overflow: hidden;
        border: 1px solid #ddd;
    }

    .pt-show .pt-head .swiper-wrapper .swiper-slide img {
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .pt-show .pt-head .swiper-wrapper .swiper-slide img:hover {
        -webkit-transform: scale(1.5, 1.5);
        -moz-transform: scale(1.5, 1.5);
        -o-transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
    }

    .pt-show .pt-head .swiper-container .btn {
        position: static;
        background-image: none;
        display: inline-block;
        border: 1px solid #ddd;
        background-color: #eeeeee;
        width: 100px;
        height: 30px;
        line-height: 30px;
    }

    .pt-show .pt-head .swiper-container .btn:hover {
        background-color: #ddd;
        border-color: #666;
    }

    .pt-body,
    .pt-sidebar {
        border: 1px solid #ddd;
        margin: 0 0 15px;
    }

    .pt-body .body {
        padding: 0px;
    }

    .pt-body .body p {
        font-size: 1.6rem;
        line-height: 180%;
    }

    .pt-body .bt,
    .pt-sidebar .bt {
        padding: 3px 15px;
        text-align: left;
        border-top: 0;
        border-bottom: 1px solid #ddd;
    }

    .pt-body .bt h3,
    .pt-sidebar .bt h3 {
        font-size: 16px;
    }

    .pt-body .shx ul li {
        width: 50.2%;
        padding: 10px;
        margin: -1px -1px 0px -1px;
        float: left;
    }

    .pt-sidebar .body {
        padding: 0px;
    }

    .pt-sidebar .body ul.shx {
        padding: 15px;
    }

    .pt-sidebar .body ul.shx li {
        font-size: 16px;
        line-height: 2.6rem;
    }

    .pt-sidebar .body .pt-list {
        position: relative;
        text-align: center;
        overflow: hidden;
    }

    .pt-sidebar .body .pt-list img {
        max-width: 100%;
        display: block;
        height: auto;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .pt-sidebar .body .pt-list .shx {
        position: absolute;
        z-index: 555;
        width: 100%;
        bottom: -70px;
        background-color: rgba(0, 0, 0, .5);
        padding: 8px 0;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .pt-sidebar .body .pt-list .shx h4 {
        color: #fff;
        font-weight: 500;
        font-size: 1.6rem;
        margin: 5px auto;
    }

    .pt-sidebar .body .pt-list .shx p {
        color: #fff;
    }

    .pt-sidebar .body .pt-list:hover .shx {
        bottom: 0;
    }

    .pt-sidebar .body .pt-list:hover img {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

    .case-list {
        padding: 10px;
        margin-bottom: 20px;
    }

    .case-list .list .shx {
        position: absolute;
        height: 100%;
        color: #fff;
        background-color: rgba(0, 0, 0, .5);
        top: 0;
        display: none;
    }

    .case-list .list .shx h4 {
        font-weight: 500;
        letter-spacing: 1px;
        margin: 20% auto 0;
        font-size: 18px;
    }

    .case-list .list .shx p {
        display: block;
        color: #fff;
        margin: 10px auto;
    }

    .case-list .list .shx a {
        padding: 3px 10px;
        font-size: 14px;
    }

    .case-list .list .shx a:hover {
        background-color: #666;
        color: #fff;
    }

    .case-list:hover .shx {
        display: block;
    }

    .sidebar .side-list .list {
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
        box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .sidebar .side-list .list a {
        display: block;
    }

    .sidebar .side-list .list h5 {
        text-align: center;
        font-weight: 500;
        font-size: 1.6rem;
        margin: 0;
        padding: 8px 0;
        color: #666;
        background-color: #fff;
    }

    .gj-join-us .join form .in-bt span,
    .gj-join-in .join form .in-bt span {
        font-size: 1.6rem;
    }

    .gj-join-us .join form .in-bt select,
    .gj-join-in .join form .in-bt select {
        padding: 10px;
        font-size: 1.6rem;
        height: 47px;
    }

    .gj-join-us .join form .in-bt,
    .gj-join-us .join .bd,
    .gj-join-in .join form .in-bt,
    .gj-join-in .join .bd {
        margin-bottom: 1rem;
    }

    .gj-join-us .join form input,
    .gj-join-us .join form textarea,
    .gj-join-in .join form input,
    .gj-join-in .join form textarea {
        padding: 10px 10px;
        font-size: 1.6rem;
    }

    .gj-join-us .join form textarea,
    .gj-join-in .join form textarea {
        height: 15rem;
    }

    .gj-join-us .join form button,
    .gj-join-in .join form button {
        padding: 10px 0;
        font-size: 1.6rem;
    }
}

@media (min-width:992px) {
    body {
        padding: 0;
    }

    .gj-nav3 .navb-top .top-text,
    .gj-nav3 .nav-navb .navb,
    .gj-nav3 .gj-menu .menu {
        width: 992px;
    }

    .gj-nav3 .nav-navb {
        /* height: 80px; */
        /* line-height: 80px; */
    }

    .gj-nav3 .nav-navb .navb {
        height: auto;
    }

    .gj-nav3 .nav-navb .navb .gj-right p {
        line-height: 2.2rem;
        height: 2.2rem;
        margin: 9px 0;
    }

    .gj-nav3 .nav-navb .navb .gj-right span {
        font-size: 1.8rem;
    }

    .gj-nav3 .nav-navb .navb img.logo {
        /* height: 60px; */
        margin-left: 15px;
    }

    .gj-nav3 .nav-navb .navb h3 {
        margin: 0px;
    }

    .gj-nav3 .gj-menu .menu ul {
        float: left;
    }

    .gj-nav3 .gj-menu .menu ul li a {
        width: 100px;
    }

    .gj-nav3 .gj-menu .menu .gj-ss1 {
        float: right;
        width: 190px;
        position: relative;
        margin-top: 4px;
        padding: 2px 0px 10px;
    }

    .gj-nav3 .gj-menu .menu .gj-ss1 input {
        position: absolute;
        top: -2px;
    }

    .gj-nav3 .gj-menu .menu .gj-ss1 button {
        top: -2px;
    }

    .gj-nav3 .gj-menu .menu ul li.jnav ul li a {
        width: 160px;
    }

    .gj-tl {
        padding: 60px 0;
    }

    .gj-tl .gj-bt {
        margin-bottom: 30px;
    }

    .gj-tl .gj-bt h2 {
        font-size: 30px;
    }

    .gj-about .text {
        padding: 20px 0;
        margin: 0;
        background-size: auto;
    }

    .gj-about .text h3 {
        font-size: 26px;
    }

    .gj-about .text p {
        font-size: 1.6rem;
        margin: 30px 0;
    }

    .gj-about .text a {
        padding: 12px 40px;
    }

    .gj-about .about-img {
        width: 450px;
        height: 276px;
        margin: 0 15px;
        position: relative;
    }

    .gj-about .about-img img {
        width: 450px;
        height: 276px;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 555;
    }

    .gj-about .about-img .img1,
    .gj-about .about-img .img2 {
        width: 450px;
        height: 276px;
        position: absolute;
        background-color: #333;
        opacity: 0.1;
    }

    .gj-about .about-img:hover img {
        top: 0px;
        right: 0px;
    }

    .gj-about .about-img:hover .img1 {
        top: 0px;
        right: 0px;
    }

    .gj-product .product .lis {
        margin: 7px 4.8px 10px;
    }

    .gj-product .product .lis h4 {
        font-size: 16px;
        font-weight: 500;
        margin: 10px auto 5px;
    }

    .gj-product .product .lis p {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .gj-news .news .lis {
        margin: 10px auto;
        height: 102px;
    }

    .gj-news .news .lis .img {
        width: 130px;
        margin-right: 5px;
    }

    .gj-news .news .lis .text {
        margin-left: 5px;
        width: 68%;
    }

    .gj-news .news .lis .text h3 {
        margin: 0px;
        font-size: 16px;
        white-space: nowrap;
    }

    .gj-news .news .lis .text p {
        margin-bottom: 0px;
    }

    .gj-anli .swiper-slide {
        width: 317px;
    }

    .gj-anli .ul-mt2 .cul p {
        height: 90px;
        padding: 0;
    }

    .tr-top {
        padding: 1.5rem;
        text-align: left;
    }

    .gj-join-us .join form,
    .gj-join-us .join .text,
    .gj-join-in .join form,
    .gj-join-in .join .text {
        margin: 10px 0;
    }

    .gj-join-us .join .text .tr-top h1,
    .gj-join-in .join .text .tr-top h1 {
        font-size: 3rem;
    }

    .gj-join-us .join .text .tr-top h2,
    .gj-join-in .join .text .tr-top h2 {
        font-size: 2rem;
    }

    .gj-join-us .join .text .tr-top p,
    .gj-join-in .join .text .tr-top p {
        font-size: 1.5rem;
        text-align: justify;
    }

    .gj-join-us .join .text .tr-top h3,
    .gj-join-in .join .text .tr-top h3 {
        font-size: 2rem;
    }

    .gj-join-us .join .text .tr-bottom ul,
    .gj-join-in .join .text .tr-bottom ul {
        margin: 2px 0;
        width: 293px;
        height: 105.56px;
        overflow: hidden;
    }

    .gj-join-us .join .text .tr-bottom ul li,
    .gj-join-in .join .text .tr-bottom ul li {
        height: 2.2rem;
    }

    .gj-join-us .join .text .tr-bottom img,
    .gj-join-in .join .text .tr-bottom img {
        width: 110px;
        margin-right: 10px;
        float: left;
        box-shadow: 0 0 10px #ddd;
    }

    .gj-message .form {
        width: 500px;
        margin-top: -216px;
    }

    .gj-message .form .form-bt h4 {
        font-size: 16px;
    }

    .gj-message .form .form-bt i:hover {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
        color: #fff;
    }

    .gj-message .form .form-content {
        padding: 8px;
    }

    .gj-contact {
        padding: 30px 0;
    }

    .gj-contact .contact .lis1,
    .gj-contact .contact .lis2,
    .gj-contact .contact .lis3 {
        padding: 0 10px;
    }

    .gj-contact .contact h4.bt {
        width: 240px;
        margin: 0 auto 1rem;
        padding: 8px 0;
        font-size: 1.6rem;
    }

    .gj-contact .contact .lis2 ul li {
        margin: 5px 5px;
    }

    .gj-contact .contact .lis2 ul li a {
        font-size: 1.4rem;
    }

    .gj-contact .contact .lis2 ul li a:hover {
        -webkit-transform: translateX(-3px);
        -moz-transform: translateX(-3px);
        -o-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
        transform: translateX(-3px);
        color: #fff;
    }

    .top-img {
        padding: 170px 0 130px;
    }

    .top-img h2 {
        font-size: 3.8rem;
        letter-spacing: 5px;
    }

    .page-content {
        -webkit-box-shadow: 0px 0px 2px #ddd;
        box-shadow: 0px 0px 2px #ddd;
        padding: 10px 20px;
    }

    .page-content p {
        font-size: 1.6rem;
        padding: 10px 0;
        line-height: 180%;
    }

    .page-content h3 {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .news-lists {
        padding: 5px 20px 0;
    }

    .news-list {
        /* padding: 0 0 15px 0; */
        padding: 0 0 0 0;
        /* margin-bottom: 15px; */
    }

    .news-list img {
        width: 240px;
        margin-right: 20px;
    }

    .news-list .text {
        /* margin: 15px 0 0; */
        /* padding: 5px 0; */
        padding: 10px 0;
        
    }

    .news-list .text h3,
    .news-list .text h3 span {
        margin: 0px;
        font-size: 1.6rem;
    }

    .news-list .text p {
        font-size: 1.4rem;
        margin: 10px 0;
    }

    .news-list .text span {
        margin-right: 10px;
        font-size: 14px;
    }

    .sidebar .side-list ul li a {
        font-size: 1.4rem;
    }

    .news-content,
    .case-content {
        padding: 15px;
        margin-bottom: 15px;
    }

    .news-content .news-bt h3,
    .case-content .case-bt h3 {
        font-size: 22px;
    }

    .news-content .news-bt span,
    .case-content .case-bt span {
        font-size: 1.6rem;
        margin-right: 20px;
    }

    .news-content .content p,
    .case-content .content p {
        font-size: 1.6rem;
        line-height: 180%;
    }

    .news-content .content h3,
    .case-content .content h3 {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .product-list {
        padding: 15px 0;
    }

    .product-list .p-nav {
        margin-bottom: 15px;
    }

    .product-list .p-list {
        margin: 10px 0px;
    }

    .product-list .p-list h4 {
        font-size: 18px;
        margin: 10px auto;
        min-height: 52px;
    }

    .product-list .p-list p {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .pt-show .pt-head .swiper-container {
        margin: 30px auto;
    }

    .pt-show .pt-head .swiper-wrapper .swiper-slide {
        width: 30%;
        margin: 0 1.7%;
    }

    .pt-body .bt,
    .pt-sidebar .bt {
        padding: 5px 15px;
    }

    .pt-sidebar .body {
        background-color: #fff;
    }

    .pt-sidebar .body .pt-list {
        border-bottom: 1px solid #ddd;
        float: none;
        width: 100%;
        margin: 0;
    }

    .pt-sidebar .body .pt-list .shx {
        bottom: -68px;
    }

    .pt-sidebar .body .pt-list:last-child {
        border-bottom: 0;
    }

    .case-list .list .shx h4 {
        margin: 15% auto 0;
        font-size: 16px;
    }

    .sidebar .side-list h4 {
        margin-bottom: 1rem;
    }

    .sidebar .side-list .list {
        width: 100%;
        float: none;
        margin: 0 auto 15px;
    }

    .sidebar .side-list .list:last-child {
        margin-bottom: 0;
    }

    .sidebar .side-list .list:hover {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    .sidebar .side-list .list:hover h5 {
        color: #fff;
        background-color: #666;
    }

    .search {
        padding: 100px 0;
    }

    .search h3 {
        font-size: 3rem;
        letter-spacing: 5px;
    }

    .search p {
        font-size: 1.6rem;
    }

    .search form {
        width: 500px;
    }

    .search form select {
        width: 100px;
    }
}

@media (min-width:1300px) {
    .footer p {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .footer p a {
        font-size: 14px;
    }

    .gj-nav3 .navb-top .top-text,
    .gj-nav3 .nav-navb .navb,
    .gj-nav3 .gj-menu .menu {
        width: 1280px;
    }

    .gj-nav3 .nav-navb {
        /* height: 100px;
        line-height: 100px; */
    }

    .gj-nav3 .nav-navb .navb {
        /* height: 100px; */
    }

    .gj-nav3 .nav-navb .navb img.logo {
        /* height: 60px; */
        max-width: 100%;
    }

    .gj-nav3 .nav-navb .navb .gj-right {
        padding-top: 1rem;
    }

    .gj-nav3 .gj-menu .menu .gj-ss1 {
        float: right;
        width: 240px;
        position: relative;
        margin-top: 4px;
    }

    .gj-nav3 .gj-menu .menu .gj-ss1 input {
        position: absolute;
        top: -2px;
    }

    .gj-nav3 .gj-menu .menu .gj-ss1 button {
        top: -2px;
    }

    .gj-tl {
        padding: 70px 0;
    }

    .gj-about .text {
        padding: 30px 0;
        margin: 30px 0;
    }

    .gj-about .text h3 {
        font-size: 28px;
    }

    .gj-about .text a {
        padding: 15px 50px;
    }

    .gj-about .about-img {
        width: 590px;
        height: 370px;
    }

    .gj-about .about-img img,
    .gj-about .about-img .img1,
    .gj-about .about-img .img2 {
        width: 570px;
        height: 350px;
    }

    .gj-product .product .lis h4 {
        font-size: 18px;
        margin: 10px auto;
    }

    .gj-product .product .lis p {
        font-size: 16px;
    }

    .gj-news .news .lis {
        margin: 10px auto;
        height: 130px;
    }

    .gj-news .news .lis .img {
        width: 180px;
        margin-right: 10px;
    }

    .gj-news .news .lis .text {
        margin-left: 10px;
        width: 65%;
    }

    .gj-news .news .lis .text h3 {
        margin: 10px 0 5px;
        font-size: 18px;
        letter-spacing: 1.5px;
    }

    .gj-news .news .lis .text p {
        margin-bottom: 5px;
    }

    .gj-news .more a {
        padding: 5px 15px;
        font-size: 14px;
    }

    .gj-anli .swiper-slide {
        width: 420px;
    }

    .gj-anli .ul-mt2 .cul p {
        height: 70px;
    }

    .gj-anli .botm .btn {
        width: 50px;
        height: 30px;
        line-height: 30px;
    }

    .gj-anli .botm .more {
        width: 100px;
        height: 30px;
        line-height: 30px;
        margin: 0 10px;
    }

    .gj-anli .botm .more a {
        font-size: 14px;
    }

    .tr-top {
        padding: 1.5rem;
        text-align: left;
    }

    .gj-join-us .join form,
    .gj-join-us .join .text,
    .gj-join-in .join form,
    .gj-join-in .join .text {
        margin: 20px 0;
    }

    .gj-join-us .join .text .tr-top h1,
    .gj-join-in .join .text .tr-top h1 {
        font-size: 4rem;
    }

    .gj-join-us .join .text .tr-top h2,
    .gj-join-in .join .text .tr-top h2 {
        font-size: 2.2rem;
    }

    .gj-join-us .join .text .tr-top p,
    .gj-join-in .join .text .tr-top p {
        font-size: 1.6rem;
    }

    .gj-join-us .join .text .tr-bottom ul,
    .gj-join-in .join .text .tr-bottom ul {
        margin: 0.5rem 0.5rem 0;
        width: auto;
    }

    .gj-join-us .join .text .tr-bottom img,
    .gj-join-in .join .text .tr-bottom img {
        width: 116px;
    }

    .gj-message .form {
        left: 50%;
        margin-left: -250px;
    }

    .gj-message .form .form-bt h4 {
        font-size: 18px;
    }

    .gj-message .form .form-content {
        padding: 10px;
    }

    .gj-message .form .form-content .bd {
        margin-bottom: 1rem;
    }

    .gj-message .form .form-content .bd input,
    .gj-message .form .bd textarea {
        padding: 10px;
    }

    .gj-message .form .form-content .bd textarea {
        height: 15rem;
    }

    .gj-message .form .form-content button {
        padding: 10px 0;
    }

    .news-list img {
        width: 260px;
    }

    .news-list .text {
        padding: 10px 0;
    }

    .news-list .text h3,
    .news-list .text h3 span {
        font-size: 2rem;
    }

    .news-list .text p {
        font-size: 1.6rem;
    }

    .sidebar .side-list ul li a {
        font-size: 1.6rem;
    }

    .news-content,
    .case-content {
        padding: 20px;
    }

    .news-content .news-bt h3,
    .case-content .case-bt h3 {
        font-size: 26px;
    }

    .news-content .content,
    .case-content .content {
        padding: 15px;
    }

    .product-list {
        padding: 20px 0;
    }

    .product-list .p-nav {
        margin-bottom: 20px;
    }

    .pt-body .bt,
    .pt-sidebar .bt {
        padding: 10px 15px;
        background-color: #f5f5f5;
    }

    .pt-body .body {
        padding: 20px;
    }

    .case-list .list .shx h4 {
        margin: 20% auto 0;
        font-size: 18px;
    }
}